Fix method to update menu sensitivity of combo box
authorAdam Reichold <adam.reichold@t-online.de>
Sun, 6 Dec 2015 10:30:58 +0000 (11:30 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 7 Dec 2015 16:23:18 +0000 (11:23 -0500)
commit5088b4937e77a6aa7b828e6a9ce66e47ef7deceb
treee629701e1ee039bb301fb57d53ee1b09e2369ae4
parentf7cc4abbad76f354cdc740e7fb9192719f72a89a
Fix method to update menu sensitivity of combo box

After removal of the selectable header and separator from the combo box,
the method to update the menu sensitivity must be changed as it assumes
at least two items within each sub menu and contains special handling
for the separator. Removing this fixes bug #759079.
gtk/gtkcombobox.c